home *** CD-ROM | disk | FTP | other *** search
- HTMLcheck 1.02
- ==============
-
- HTMLcheck is a tool for validating HTML files. It uses a port of the
- sgmls SGML parser, along with a set of Document Type Definitions (DTDs)
- describing various versions of HTML.
-
- Included are two frontends written using Acorn's DDE tool provided as
- part of their development systems - one provides a fully generalised
- frontend to sgmls, and the other is the main HTMLcheck tool.
-
- Using HTMLcheck
- ===============
-
- To use HTMLcheck to check your HTML pages, you will first need to add
- a DOCTYPE declaration to the start of the page (you should really be
- doing this anyway). A DOCTYPE declaration looks like:
-
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-
- This should be the first line in the file, and "-//W3C//DTD HTML 3.2//EN"
- should be replaced with the identifier of the DTD you are claiming the
- document conforms to.
-
- A full list of the identifiers known to HTML check can be found in the
- catalog file, !HTMLcheck.catalog, but the most common ones are:
-
- "-//IETF//DTD HTML 2.0//EN"
- "-//W3C//DTD HTML 3.2//EN"
-
- The first is the DTD for HTML 2.0, and the second the DTD for HTML 3.2,
- the version recently released as a recommended standard by the World Wide
- Web consortium.
-
- Once you have added a DOCTYPE declaration to a file you can drag it to
- the HTMLcheck icon on the iconbar, and sgmls will be invoked to check
- the file - any errors will be reported in a window, with throwback if
- that has been enabled.
-
- Copyright
- =========
-
- The sgmls tool used by HTMLcheck is based on arcsgml, and hence portions
- of the code are covered by the arcsgml licence contained in the file
- Licence that accompanies this distribution. The rest of the sgmls code
- has been placed fully in the public domain by it's author James Clark.
-
- The !HTMLcheck and !SGMLS frontends, and the overall distribution are
- copyright Tom Hughes, but may be freely used and distributed provided
- that no charge is made other than for the cost of distribition and
- materials.
-
- Tom Hughes tom@compton.demon.co.uk
- 13 Priory Close http://www.compton.demon.co.uk/
- Hoddesdon
- Hertforshire
- EN11 8DB
-